From f65954ddaf6f017c05f683bec2db9d159b1bcba2 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 30 Jul 2006 21:25:46 +0000 Subject: [PATCH] Check in new file format 'stmsdf', Suunto Trek Manager .sdf files. --- xmldoc/formats/options/stmsdf-index.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xmldoc/formats/options/stmsdf-index.xml diff --git a/xmldoc/formats/options/stmsdf-index.xml b/xmldoc/formats/options/stmsdf-index.xml new file mode 100644 index 000000000..301d55b1f --- /dev/null +++ b/xmldoc/formats/options/stmsdf-index.xml @@ -0,0 +1,17 @@ + + Convert route number 'index' from source into sdf format. + + + We have a lot of more expressive formats thats support more than one route. + At this place sdf files are limited to only one single route. With option index + you can specify which route from source should be converted. + + + Our default index is 1. + + + This example will convert route number two and three into separate sdf files: + + gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf + + -- 2.30.2